home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TSETUPHOTKEYDIALOG / TSETUPHOTKEYDIALOG.txt
Text File  |  2001-10-17  |  1KB  |  62 lines

  1. object SetupHotKeyDialog: TSetupHotKeyDialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Define Hot key:'
  7.   ClientHeight = 137
  8.   ClientWidth = 291
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 56
  24.     Top = 72
  25.     Width = 169
  26.     Height = 16
  27.     AutoSize = False
  28.     Color = clWhite
  29.     ParentColor = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 16
  34.     Width = 257
  35.     Height = 39
  36.     Caption = 
  37.       'Press down one or more of SHIFT, ALT, CTRL (any combination of t' +
  38.       'hese) followed by a character (A - Z) , a function key (F1 - F12' +
  39.       ')  or '#39'9'#39' for PrintScreen key: '
  40.     WordWrap = True
  41.   end
  42.   object OKBtn: TButton
  43.     Left = 79
  44.     Top = 102
  45.     Width = 60
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object CancelBtn: TButton
  53.     Left = 143
  54.     Top = 102
  55.     Width = 60
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 1
  60.   end
  61. end
  62.